runtime.inlineFrame.pc (field)
9 uses
runtime (current package)
symtab.go#L227: stk = append(stk, uf.pc+1)
symtabinl.go#L42: pc uintptr
symtabinl.go#L58: return inlineUnwinder{f: f}, inlineFrame{pc: pc, index: -1}
symtabinl.go#L67: pc: pc,
symtabinl.go#L75: return uf.pc != 0
symtabinl.go#L81: uf.pc = 0
symtabinl.go#L114: file, line32 := funcline1(u.f, uf.pc, false)
trace.go#L1386: } else if more := skipOrAdd(uf.pc + 1); !more {
traceback.go#L643: pcBuf[n] = uf.pc + 1
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |